projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae39452
)
build: Bump GLib dependency to 2.34.0
author
Colin Walters
<walters@verbum.org>
Tue, 12 Mar 2013 22:45:27 +0000
(18:45 -0400)
committer
Colin Walters
<walters@verbum.org>
Tue, 12 Mar 2013 22:45:27 +0000
(18:45 -0400)
Just cleaner than an unstable version.
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 49acdb92d418aa75949f31b47cb41674cbbff59c..e147a7809829478c6663dc8e3c0da29a051e0405 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-45,7
+45,7
@@
AS_IF([test x$enable_embedded_dependencies = xyes], [
echo "NOTICE: Embedded dependencies (GLib and libsoup) enabled"
with_soup=yes
], [
- GIO_DEPENDENCY="gio-unix-2.0 >= 2.3
3.4
"
+ GIO_DEPENDENCY="gio-unix-2.0 >= 2.3
4.0
"
PKG_CHECK_MODULES(OT_DEP_GIO_UNIX, $GIO_DEPENDENCY)
SOUP_DEPENDENCY="libsoup-2.4 >= 2.39.1"